code_checker ~master (2018-07-16T19:27:17Z)
Dub
Repo
Config
code_checker
cli
Configuration of how to use the program.
@
safe
struct
Config {
AppMode
mode
;
ConfigStaticCode
staticCode
;
ConfigClangTidy
clangTidy
;
ConfigCompileDb
compileDb
;
Compiler
compiler
;
MiniConfig
miniConf
;
Logging
logg
;
string
[]
analyzeFiles
;
static
Config
make
()
;
}
Members
Static functions
make
Config
make
()
Variables
analyzeFiles
string
[]
analyzeFiles
;
If set then only analyze these files.
Meta
Source
See Implementation
code_checker
cli
functions
loadConfig
parseConfigCLI
setClangTidyFromDefault
structs
Compiler
Config
ConfigClangTidy
ConfigCompileDb
ConfigStaticCode
Logging
MiniConfig
Configuration of how to use the program.